Welcome![Sign In][Sign Up]
Location:
Search - SDI Dialog

Search list

[GUI DevelopSkinMagic2.01破解

Description: SkinMagic Toolkit是一个优秀的界面工具,可以很简单的实现软件换皮肤的功能。支持标准的Windows控件的换皮肤。支持MDI/SDI/Dialog的程序。支持自定义的控件的换皮肤功能-SkinMagic Toolkit is an excellent interface tool, very simple software for skin function. Support for standard Windows controls for the skin. Support MDI / SDI / Dialog procedures. Support from the definition of the control function for skin
Platform: | Size: 3855075 | Author: 裴棕伟 | Hits:

[Develop Tools深入了解MFC文档视结构

Description: 帮助VC的初学者了解向导生成程序的整体结构 Visual C++ 以其功能强大、用户界面友好而倍受程序员们的青睐。但是,在当前的Microsoft 基本类库4.2 版本中,大约有将近200 个类,数千个函数,加之Microsoft 公司隐藏了一些技术细节,使得人们深入学习MFC变得十分困难。 MFC的AppWizard可以生成三种类型的应用程序:基于对话框的应用、单文档应用(SDI)和多文档应用(MDI)。前两者的结构较简单,本文不再赘叙。笔者拟从MFC中的文档/视结构入手,分析一些函数的流程,并解决编制MDI 应用程序过程中的一些常见问题。 -help beginners understand the wizard generates the overall structure of procedures Visual C with the powerful, user-friendly and highly favored by programmers. However, at present the basic class library of the Microsoft version 4.2, some nearly 200 categories, thousands of functions, coupled with Microsoft Corp. hidden some of the technical details, enabling in-depth study MFC very difficult. MFC +5.0 generate three types of applications : Based on the dialog applications, single-file application (SDI) and multi-document applications (MDI). The first two are relatively simple structure, this paper will not dwell on. The author intended from the documents MFC / depending on the structure, the analysis of functions and processes, and to address MDI application preparation process of some co
Platform: | Size: 23232 | Author: 王国维 | Hits:

[ActiveX/DCOM/ATLwtl_demo

Description: 演示了用WTL构建窗口程序,在SDI中添加一个按钮,弹出一个自己添加的对话框-demonstrated the use WTL Construction window procedures, the SDI to add a button, a pop-up dialog box to add their own
Platform: | Size: 21780 | Author: 高图 | Hits:

[Windows Develop13087

Description: 一个使用任意位图做对话框的背景SDI程序,充分展示了如何使用RGN-arbitrary use of a bitmap to do the background SDI dialog procedures, fully demonstrating the use of FTTH
Platform: | Size: 330946 | Author: 尹砚华 | Hits:

[Dialog_Windowsdi-dialog-bmp

Description: vc++编写的单文档工程,通过添加无模式对话框能够实现摄像头的控制和图像的捕获及保存
Platform: | Size: 163518 | Author: 刘平 | Hits:

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: \"appface.h\", \"appface.dll\" ,\"gtclassic.urf\" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将\"appface.h\" 拷贝到该工程目录下,将\"Appface.dll\"拷贝到该工程的输出目录下,例如:\"debug\\\",将\"gtclassic.urf\"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择\"Import\",将\"gtclassic.urf\"添加进工程,资源类型设定为: \"MYRESTYPE\",资源ID设定为\"IDR_MY_URF\"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \\", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 590150 | Author: 钱博 | Hits:

[Windows DevelopVC视图绘制动态曲线图

Description: ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TestDrawCurve_26 application. TestDrawCurve_26.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. TestDrawCurve_26.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTestDrawCurve_26App application class. TestDrawCurve_26.cpp This is the main application source file that contains the application class CTestDrawCurve_26App. TestDrawCurve_26.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. TestDrawCurve_26.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\TestDrawCurve_26.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file TestDrawCurve_26.rc. res\TestDrawCurve_26.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ///////////////////////////////////////////////////////////////////////////// For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp This bitmap file is used to create tiled images for the toolbar. The initial toolbar and status bar are constructed in the CMainFrame class. Edit this toolbar bitmap using the resource editor, and update the IDR_MAINFRAME TOOLBAR array in TestDrawCurve_26.rc to add toolbar buttons. ///////////////////////////////////////////////////////////////////////////// AppWizard creates one document type and one view: TestDrawCurve_26Doc.h, TestDrawCurve_26Doc.cpp - the document These files contain your CTestDrawCurve_26Doc class. Edit these files to add your special document data and to implement file saving and loading (via CTestDrawCurve_26Doc::Serialize). TestDrawCurve_26View.h, TestDrawCurve_26View.cpp - the view of the document These files contain your CTestDrawCurve_26View class. CTestDrawCurve_26View objects are used to view CTestDrawCurve_26Doc objects. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named TestDrawCurve_26.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don't do this, some of the UI elements of your application will remain in the language of the operating system. /////////////////////////////////////////////////////////////////////////////
Platform: | Size: 1967656 | Author: xiayang168 | Hits:

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug\",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 589824 | Author: 钱博 | Hits:

[GUI Develop高级界面特效百例

Description: 各种界面特效代码,包括对话框、单文档和多文档-effects of various interface code, including dialog boxes, single-and multi-file documents
Platform: | Size: 5636096 | Author: 武元 | Hits:

[GUI DevelopSkinMagic2.01破解

Description: SkinMagic Toolkit是一个优秀的界面工具,可以很简单的实现软件换皮肤的功能。支持标准的Windows控件的换皮肤。支持MDI/SDI/Dialog的程序。支持自定义的控件的换皮肤功能-SkinMagic Toolkit is an excellent interface tool, very simple software for skin function. Support for standard Windows controls for the skin. Support MDI/SDI/Dialog procedures. Support from the definition of the control function for skin
Platform: | Size: 3854336 | Author: 裴棕伟 | Hits:

[Books深入了解MFC文档视结构

Description: 帮助VC的初学者了解向导生成程序的整体结构 Visual C++ 以其功能强大、用户界面友好而倍受程序员们的青睐。但是,在当前的Microsoft 基本类库4.2 版本中,大约有将近200 个类,数千个函数,加之Microsoft 公司隐藏了一些技术细节,使得人们深入学习MFC变得十分困难。 MFC的AppWizard可以生成三种类型的应用程序:基于对话框的应用、单文档应用(SDI)和多文档应用(MDI)。前两者的结构较简单,本文不再赘叙。笔者拟从MFC中的文档/视结构入手,分析一些函数的流程,并解决编制MDI 应用程序过程中的一些常见问题。 -help beginners understand the wizard generates the overall structure of procedures Visual C with the powerful, user-friendly and highly favored by programmers. However, at present the basic class library of the Microsoft version 4.2, some nearly 200 categories, thousands of functions, coupled with Microsoft Corp. hidden some of the technical details, enabling in-depth study MFC very difficult. MFC+5.0 generate three types of applications : Based on the dialog applications, single-file application (SDI) and multi-document applications (MDI). The first two are relatively simple structure, this paper will not dwell on. The author intended from the documents MFC/depending on the structure, the analysis of functions and processes, and to address MDI application preparation process of some co
Platform: | Size: 22528 | Author: 王国维 | Hits:

[ActiveX/DCOM/ATLwtl_demo

Description: 演示了用WTL构建窗口程序,在SDI中添加一个按钮,弹出一个自己添加的对话框-demonstrated the use WTL Construction window procedures, the SDI to add a button, a pop-up dialog box to add their own
Platform: | Size: 21504 | Author: 高图 | Hits:

[Windows Develop13087

Description: 一个使用任意位图做对话框的背景SDI程序,充分展示了如何使用RGN-arbitrary use of a bitmap to do the background SDI dialog procedures, fully demonstrating the use of FTTH
Platform: | Size: 330752 | Author: 尹砚华 | Hits:

[Windows Developdumpctrl_demo

Description: 包含对话框模式和SDI模式的两种版本 实现类似ultra-edit中的二进制文件编辑的功能,并且有自定义文本显示颜色方案的功能-Dialog box contains the model and two versions of the SDI model similar to realize ultra-edit of binary file editing functions, and text display has a custom color program features
Platform: | Size: 187392 | Author: GYK | Hits:

[.netCHAP01

Description: 本压缩文件为东方天华主编的Visual C++.Net范例入门与提高第1章的代码,其中包含如下程序的代码。 1.1 进入"欢迎"界面 1.2 移动字幕 1.3 椭圆窗体 1.4 透视窗体 1.5 模式对话框 1.6 非模式对话框 1.7 通用对话框 1.8 收缩/扩展对话框 1.9 窗体视图 1.10 HTML视图 1.11 滚动视图 1.12 单视类的SDI动态切分窗口 1.13 双视类的MDI静态切分窗口 1.14 创建菜单 1.15 快捷键操作-The compressed file for the editor-in-chief of the East Tianhua Visual C++. Net sample entry and improve Chapter 1 of the code, which contains the following procedure code. 1.1 Mobile 1.2 interface to enter the welcome subtitles 1.3 Elliptic Form 1.5 Form 1.4 Perspective 1.6 modal dialog non-modal dialog box dialog box 1.7 General 1.8 contraction/expansion of the dialog box 1.9 form 1.10 HTML view view view 1.11 rolling 1.12 single vision type of SDI Dynamic segmentation window 1.13 pairs of the MDI as the type of static segmentation window 1.14 menu 1.15 Create shortcut keys to operate
Platform: | Size: 786432 | Author: 陈小冬 | Hits:

[Dialog_WindowModelessSDI

Description: 这是一个在单文档程序中使用非模态对话框的例子。-This is a procedure in a single document the use of non-modal dialog box example.
Platform: | Size: 1937408 | Author: 清风 | Hits:

[Dialog_WindowFrameResize_src

Description: vc++6.0可调节尺寸的Frame SDI-vc++ 6.0 adjustable size Frame SDI
Platform: | Size: 20480 | Author: yisun | Hits:

[Dialog_WindowSkinWindow

Description: VC6+WTL 7.0实现窗口的非客户区换肤。示例程序是一个SDI窗口,示例皮肤使用了OFFICE 2007的外观。换肤的方法主要是处理了非客户区绘制的一些消息,诸如NC_PAINT等。-VC6+ WTL 7.0 to achieve the window non-client area skin. Sample program is a SDI window, the skin sample used OFFICE 2007 appearance. Skin ways to deal primarily with non-client area drawing a number of sources, such as NC_PAINT such.
Platform: | Size: 131072 | Author: 徐宇 | Hits:

[Dialog_Windowsdi-dialog-bmp

Description: vc++编写的单文档工程,通过添加无模式对话框能够实现摄像头的控制和图像的捕获及保存-vc++ prepared a single document engineering, by adding non-modal dialog box to achieve camera control and image capture and preserve the
Platform: | Size: 1738752 | Author: 刘平 | Hits:

[VC/MFCVisualC300

Description: 本书精选了300多个在Visual C++程序设计中经常遇到的问题和典型的功能需求,以专家解答的方式展现给读者。本书内容涵盖开发工具与调试、Visual C++ 6.0编程基础、对话框及控件的使用、一般窗口及界面设计、SDI和MDI窗口、消息系统钩子函数及DLL、磁盘路径与文件操作、数据库、网络与通信、图形图像及打印控制、操作系统、线程及进程控制、时间控制、数学算法、发布程序等Visual C++开发的各个方面,重点突出程序设计实用性。每个问答或者需求都根据技术难度不同加以标识,并给出在实际开发中的人气指数(经常涉及频繁程度)。-This book has been selected more than 300 in the Visual C++ programming problem often encountered in a typical functional requirements and to demonstrate the way the experts to answer readers. This book covers the development and debugging tools, Visual C++ 6.0 programming foundation for the use of dialog boxes and controls, the general window and interface design, SDI and MDI windows, information systems function and the hook DLL, disk path and file operations, database, network and communications, graphic images and print control, operating system, thread and process control, time control, mathematical algorithms, publish procedures Visual C++ development of all aspects of program design focused practicality. Or the demand for each question and answer are based on different technical difficulty be identified and given in the actual development of the popular index (often related to the frequency of).
Platform: | Size: 14733312 | Author: john winsome | Hits:
« 12 »

CodeBus www.codebus.net